home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / editor / editor1 / reqimdb.rdm < prev    next >
Text File  |  1997-01-18  |  3KB  |  83 lines

  1. Short:    GoldED 4 script to request imdb diffs
  2. Author:   geohei@ibm.net (Georges Heinesch)
  3. Uploader: geohei@ibm.net (Georges Heinesch)
  4. Version:  1.2 (05 Jan 1997)
  5. Type:     text/edit
  6. Replaces: text/edit/reqimdb10.lha
  7.  
  8.  
  9.  
  10. $VER: reqimdb.ged 1.2 (05 Jan 1997)
  11.  
  12. reqimdb.ged for GoldED 4.x.x
  13. © Georges Heinesch <geohei@ibm.net>, Luxembourg
  14.   http://www.geocities.com/yosemite/2480
  15.   PGP 2.6.3i public key available on request and on public servers
  16.  
  17.  
  18.  
  19. Creates e-mail to requests the weekly MovieDataBase  update  files  (diffs)
  20. via  ftp.  When  executing this script, the active GoldED window is cleared
  21. without confirmation!
  22.  
  23. I use the Aminet ftp server from Paderborn  :  'ftp-mail@uni-paderborn.de'.
  24. This  script  should  however also work with any other ftp server. Commands
  25. might possibly be adjusted slightly. Check the command  set  by  requesting
  26. the  help  file  from  the  server.  The  subject is usually ignored. I use
  27. 'void'.
  28.  
  29. The directory, which contains the diffs on the server, has  to  be  entered
  30. first  ('sdd'  =  server  directory diffs). The local lists directory is an
  31. optional variable ('ldl' =  local  directory  lists).  If  it  is  set,  it
  32. extracts  the  date  of  the last applied diff from the 'actors.list'. This
  33. date is already increased by one week in relation to the date used  in  the
  34. filename. This is the default first date showing up in the requester.
  35.  
  36. Select whether diffs should be requested or not.
  37.  
  38. The date entered is the first date of  the  requested  diff.  The  date  is
  39. considered,  if  it  is  a  friday  (date  of  weekly update and filename).
  40. Otherwise the next friday is taken. A requester warns you that the  entered
  41. date  doesn't match a friday, which is the day the diffs are published. The
  42. default date is the next logical diff based on the local file 'actors.list'
  43. ('sdd' must be set correctly) and should usually never be changed.
  44.  
  45. Accepted date formats : dd.mm.yyyy
  46.                         dd.mm.yy (1990 is change-over point)
  47.                         d.m.yyyy
  48.                         d.m.yy (1990 is change-over point)
  49.  
  50. Up to 10 diffs can be requested in one mail. Default is 2.  Be  aware  that
  51. one diff is generally approximately 900 KB big. Check your POP limits.
  52.  
  53. Select whether parts should be requested or not.
  54.  
  55. The date requester is the same as the one above.
  56.  
  57. Then enter the parts which should be requested. Only number and spaces  are
  58. accepted here. Any other character pops up an error requester. The order of
  59. the numbers is irrelevant.
  60.  
  61. Select  whether  more  parts  should be requested or not. Note that in this
  62. case, the default date is increased by one week in relation to the previous
  63. part date.
  64.  
  65. When  possible,  the  script  can  be  canceled by selecting the 'Cancel'
  66. button of a requester. Note however that the last line of the mail should
  67. be 'end'. Canceling the script most probably ends up in an corrupt request,
  68. which might produce undesired results from the ftp server.
  69.  
  70.  
  71.  
  72. $HISTORY:
  73.  
  74. 09 Sep 1996 : 1.0  : First release.
  75. 29 Dec 1996 : 1.1  : - The requester, asking the number of requested
  76.                        diffs, is popping up after the date of the first
  77.                        diff is asked (order of requesters interchanged).
  78.                      - Minor changes.
  79. 05 Jan 1997 : 1.2  : - Added 'resend' support (single parts).
  80.                      - Added warning if entered date doesn't match
  81.                        standard diff date (friday).
  82.                      - Minor changes.
  83.